-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
66 lines (52 loc) · 778 Bytes
/
style.css
File metadata and controls
66 lines (52 loc) · 778 Bytes
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
* {
font-family: 'Courier';
line-height: 1.7;
margin: 0;
padding: 0;
}
img{
float:right;
position: relative;
top: -80px;
right: 20px;
height: 150px;
width: 150px;
}
header h1 {
font-size: 45px;
}
header p {
display: inline;
}
ul
{
margin-left: 40px;
}
#abilities, #activities, #schooling, #medal, header, form
{
margin-left: 60px;
margin-top: 20px;
margin-bottom: 10px;
color: #808080;
}
main{
width: 1500px;
margin-right: auto;
margin-left: auto;
background-color: #eee;
}
form{
max-width: 600px;
width:100%;
}
input, textarea, button {
width: 80%;
margin-top: 10px;
margin-bottom: 10px;
padding:10px;
border-radius: 3px;
border:1px solid ;
border-color: #808080;
color:#808080;
}
.alert{color: red;}