forked from kyriedoniz/planet-green
-
Notifications
You must be signed in to change notification settings - Fork 0
/
waystohelp.css
87 lines (75 loc) · 1.27 KB
/
waystohelp.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
/* css to format the homepage */
#title {
font-style: italic;
color: white;
opacity: 1;
}
/* body {
background-color: #9CD0CA;
} */
#home {
background-image: url("https://media.giphy.com/media/l4hLyOGRJWNSR8QQ8/giphy.gif");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 70vh;
opacity: 1;
background-color: ##668A6B;
color: white;
}
.mobile-container {
max-width: 480px;
margin: auto;
background-color: #333;
height: 500px;
color: white;
border-radius: 10px;
}
.topnav {
overflow: hidden;
position: relative;
}
.topnav #myLinks {
display: none;
}
.topnav a {
color: white;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
display: block;
}
.topnav a.icon {
display: block;
position: absolute;
right: 0;
top: 0;
}
.topnav a:hover {
color: white;
}
.active {
color: white;
}
/* css to format all pages */
body {
font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
margin: 2em;
}
#describe{
margin-left: 300px;
margin-right: 300px;
}
.pics{
border-radius: 50%;
height:250px;
width:250px;
padding-right: 100px;
padding-left: 100px;
}
.describe{
padding-right: 280px;
padding-left: 170px;
display: inline;
text-size: 100px;
}