forked from Codi-B07/HTML-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2stylesheet.css
More file actions
80 lines (65 loc) · 1.21 KB
/
2stylesheet.css
File metadata and controls
80 lines (65 loc) · 1.21 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
body{
background-color: rgb(70, 70, 70);
}
.container {
position: relative;
text-align: center;
color: white;
}
.top-left {
position: absolute;
top: 10%;
left: 17%;
}
img{
width:70%;
height: 25%;
padding-bottom: 1%;
}
div.scrollmenu {
overflow: auto;
white-space: nowrap;
}
div.scrollmenu a {
display: inline-block;
color: white;
text-align: center;
padding-top: 14px;
padding-bottom: 14px;
padding-left: 35px;
padding-right: 35px;
text-decoration: none;
}
div.scrollmenu a:hover {
background-color: rgb(37, 35, 35);
}
.back{
background-color: #333;
width: 70%;
margin-left: 15%;
}
table{
margin-left: 15%;
color: white;
padding-top: 1%;
}
.p{
font-size: 24px;
font-weight: bold;
font-family: 'Courier New', Courier, monospace;
}
td{
padding:20px;
text-align: left;
}
footer {
text-align: center;
padding: 3px;
background-color: rgb(70, 70, 70);
color: rgb(255, 255, 255);
}
h1{
color: white;
font-family: 'Courier New', Courier, monospace;
margin-left: 15%;
}