-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.css
54 lines (47 loc) · 847 Bytes
/
index.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
* {
margin: 0;
padding: 0;
}
#angelina-bio {
border-style: solid;
outline: 50% solid #CCC;
font-family: sans-serif;
line-height: 2;
padding: 30px;
height:50%;
width: 50%;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
margin-top: 10px;
}
a:link, a:visited {
background-color: #ffffff;
color: black;
padding: 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-family: sans-serif;
}
a:hover, a:active {
background-color:#f2f2f2;
font-family: sans-serif;
}
#start {
/*start button*/
margin-left: 670px;
margin-right: 500px;
margin-bottom: 10px;
font-weight: bold;
font-size: 200%;
}
#imgCircle {
display: block;
border-radius: 50%;
height: 30%;
width: 30%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}