-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (60 loc) · 1.1 KB
/
style.css
File metadata and controls
77 lines (60 loc) · 1.1 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
/*Images = %*/
/*Text = px*/
body {
background-color: #d3d3d3;
}
footer {
background-color: #746767;
color: #000000;
text-align: center;
padding: 10px;
position: relative;
/* left: 50%;
transform: translate(-50%); */
bottom: 0px;
width: 99%;
}
/*Justify the text for it not t*/
p {
font-family: serif;
font-size: 20px;
text-align: justify;
}
h1,
h3,
h4 {
font-family: 'Times New Roman', serif;
}
h1 {
font-size: 75px;
text-align: center;
margin: 10%;
}
h3 {
font-size: 35px;
text-align: center;
font-style: italic;
}
h4 {
font-size: 20px;
}
img {
/*Made img a bit bigger within the divs /Caspian*/
width: 100%;
object-fit: cover;
}
/*Padding & margins needed /Caspian*/
.container {
/*justify-content: space-around;*/
display: flex;
padding: 20px;
margin: 50px;
}
/*Padding & margins needed /Caspian*/
.box {
width: 2500px;
height: 600px;
padding: 50px;
margin: 10px;
box-shadow: -5px -5px 10px white, 5px 5px 10px #aaa;
}