forked from SofieK/Lab1Webtech
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscreen.css
More file actions
65 lines (56 loc) · 871 Bytes
/
screen.css
File metadata and controls
65 lines (56 loc) · 871 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
body{
background-color: #ecf0f1;
}
nav{
padding-top: 25px;
height: 70px;
box-shadow: 1px 1px 2px #888888;
}
nav ul{
margin-left:auto;
margin-right: auto;
clear: right;
width: 650px;
margin-left: auto;
margin-right: auto;
}
nav ul li{
float: left;
padding: 10px 10px;
margin-left: 50px;
}
nav a:link,
nav a:visited,
nav a:hover,
nav a:active{
font-variant: small-caps;
display: block;
border: 2px solid #3498db;
text-decoration: none;
padding: 10px;
color: #000;
}
nav a:hover{
font-variant: small-caps;
display: block;
border: 2px solid #34495e;
}
section p{
margin-bottom: 30px;
margin-left: 50px;
margin-right: 50px;
}
section h1{
font-size: 31px;
padding-bottom: 10px;
text-align: center;
margin: 20px;
color: #2980b9;
font-weight: bold;
margin-left: 60px;
}
section h2{
font-size: 25px;
margin: 10px;
margin-left: 40px;
}