-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (49 loc) · 896 Bytes
/
style.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
body{
background-image: url(oleksii-drozdov-W2nmr548VPg-unsplash.jpg);
background-size: cover;
margin: auto;
width: 100%;
min-width: 600px;
font-family: sans-serif;
}
nav li{
display: inline-block;
padding: 0px 10px;
margin: 0px 5px;
background: rgba(200, 50, 55, 0.5);
}
a{
color: white;
text-decoration: none;
}
a:hover{
color: black;
}
h1{
text-align: center;
font-size: 100px;
font-weight: bold;
color: white;
letter-spacing: 3px;
}
h3{
font-weight: bold;
text-align: center;
text-decoration: underline;
color:rgba(200, 50, 55, 1) ;
}
p{
font-size: 20px;
color: white;
line-height: 25px;
padding: 0px 15px;
}
.content{
border:10px dashed rgba(200, 50, 55, 0.2);
margin-bottom: 20px;
}
footer{
text-align: right;
padding: 5px;
color: white;
background-color:rgba(200, 50, 55,, 0.2);