-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (47 loc) · 794 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
57
58
body {
background:linear-gradient(#4b6cb7,#182848);
background-size:cover;
margin: 0;
padding: 0;
color:white;
min-height:100vh;
}
.container h1 {
text-align: center;
margin-top:5%;
margin-bottom:15%;
}
.divz {
border:1px solid #2980b9;
border-radius: 10px;
padding:2%;
margin:1%;
text-align:center;
}
.divz a {
background-color:#2980b9;
border-radius:5px;
margin-bottom:25px;
}
.divz span {
padding-top:10px;
}
.divz:hover {
background-color:#2980b9;
}
a:link {
text-decoration: none;
color:white;
display:block;
}
a:visited {
text-decoration: none;
color:white;
}
p {
position:absolute;
text-align:center;
bottom:0;
left:50%;
transform:translate(-50%,0%);
}