-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
104 lines (103 loc) · 1.63 KB
/
style.css
File metadata and controls
104 lines (103 loc) · 1.63 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
html {
box-sizing: border-box;
}
body {
font-family: 'Oswald', sans-serif;
}
h1 {
font-family: 'Anton', sans-serif;
}
h2 {
font-family: 'Anton', sans-serif;
}
a {
color: white;
}
a:hover {
color: #CCCCCC;
}
input[type=text], input[type=email] {
width: 250px;
}
#nav {
background-color: #666666;
font-size: 1.2em;
width: 100%;
padding: 20px;
text-align: center;
}
#nav a {
color: whitesmoke;
text-decoration: none;
padding: 0 50px
}
#nav a:hover {
color: #000000;
text-decoration: none;
}
#header {
background-color: #333333;
color: #CCCCCC;
font-family: 'Amatic SC', cursive;
font-size: 2em;
width: 100%;
padding: 20px;
text-align:center;
margin: 0px;
}
#container {
width: 960px;
margin: 0 auto;
}
#footer {
background-color: #333333;
color: whitesmoke;
font-family: 'Oswald', sans-serif;
font-size: .9em;
width: 100%;
text-align: center;
margin: 0px;
padding: 20px;
}
#events {
width: 300px;
height: 300px;
background-image: url("images/stars.jpg");
color: white;
text-align: center;
font-size: 1.5em;
padding: 10px;
}
#containerHome {
width: 960px;
margin: 0 auto;
background-image: url("images/tardis.png");
background-repeat: no-repeat;
background-position: right;
}
#green {
font-family: 'Anton', sans-serif;
width: 100%;
padding: 20px;
background-color: green;
}
#blue {
font-family: 'Anton', sans-serif;
width: 100%;
padding: 20px;
background-color: blue;
}
#red {
font-family: 'Anton', sans-serif;
width: 100%;
padding: 20px;
background-color: red;
}
#orange {
overflow: hidden;
font-family: 'Anton', sans-serif;
width: 100%;
padding: 20px;
background-color: orange;
border-radius: 30px;
}