-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhw3.css
More file actions
54 lines (53 loc) · 850 Bytes
/
hw3.css
File metadata and controls
54 lines (53 loc) · 850 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
.name{
font-size:4em;
color: white;
text-shadow:grey 0px 0px 20px;
font-family:Tahoma, Impact, sans-serif;
font-weight:bold;
margin: auto;
text-align:center;
padding:10px 0px;
}
header{
background-color:rgb(55,153,255);
padding: 10;
}
body{
font-family:Tahoma,sans-serif;
font-size:2em;
}
nav{
display:flex;
justify-content: center;
font-family:Tahoma, Impact;
color:white;
text-shadow:grey 0px 0px 5px;
font-weight:bold;
/*background-color:rgb(30,130,255);*/
}
body{
font-family: Tahoma, Impact;
}
form{
text-align:left;
margin:0 auto;
}
.container{
margin:auto;
padding:00px 50px;
}
.choices{
padding-left:50;
}
footer{
background-color:rgb(55,153,255);
position: fixed;
bottom: 0;
width: 100%;
height: 2.5rem;
}
}
.text{
padding-left:50px;
padding-right:50px;
}