-
Notifications
You must be signed in to change notification settings - Fork 2
/
codefirstgirls_homepage.css
61 lines (56 loc) · 1.32 KB
/
codefirstgirls_homepage.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
html{
background: url('https://images.unsplash.com/photo-1422207239328-29f83832206c?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=6f00eac866bbea1b6ab3d19ddb2de6fd&auto=format&fit=crop&w=679&q=80') no-repeat center center fixed;
background-size: cover;
}
h1{
color:#cfd1c8;
text-align: center;
font-size: 65px;
font-family:"Arial Black", Gadget, sans-serif;
}
h2{
color:#e5e087;
size:30px;
}
p{
color: #cfd1c8;
text-align:left;
font-size: 18px;
}
header{
margin:5px auto 40px;
text-align: center;
padding: 10px;
width: 750px;
/* The below allows you to set transparency of the background -
you put in the red green and blue values and then the transparency (alpha)
which can range from 0 to 1 */
background: rgba(0,0,0,0.4);
}
ul{
opacity: 0.7;
}
li{
display: inline;
padding:0px 20px 5px 20px;
font-size:20px;
text-align: center;
background-color: #cfd1c8;
}
div{
margin-top:200px; margin-left: 230px;
text-align: center;
padding: 10px 30px 10px 30px;
width: 750px;
/* The below allows you to set transparency of the background -
you put in the red green and blue values and then the transparency (alpha)
which can range from 0 to 1 */
background: rgba(0,0,0,0.4);
}
p{
background-color: #cfd1c8;
opacity:0.6;
color: black;
padding: 10px 5px 10px 5px;
margin-top: 50px;
}