-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
67 lines (64 loc) · 1.1 KB
/
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
59
60
61
62
63
64
65
66
67
*{
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-weight: 600;
}
html {
height: 100%;
}
body {
background-image: linear-gradient(black, darkgrey, grey);
background-repeat: no-repeat;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.container{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 800px;
margin: auto;
text-align: center;
}
.container img, h1{
align-items: center;
}
img{
vertical-align: middle;
width: 100px;
height: 100px;
border-radius: 50%
}
h1{
color: white;
}
a{
width: 500px;
align-items: center;
margin-bottom: 20px;
}
a:link, a:visited {
color: white;
border: 3px solid white;
padding: 20px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
width: 500px;
}
a:hover, a:active {
background-color: white;
color: black;
}
/* .button{
border: 20px yellow;
}
a.button {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
text-decoration: none;
color: initial;
border: 20px yellow;
background-color: rgb(0, 162, 255);
color: Black;
width: 500px;
display: block;
}
*/