forked from CodeYourFuture/HTML-CSS-Coursework-Week1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
83 lines (71 loc) · 1.31 KB
/
Copy pathstyle.css
File metadata and controls
83 lines (71 loc) · 1.31 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
/**
* Add your custom styles below
*
* Remember:
* - Be organised, use comments and separate your styles into meaningful chunks
* for example: General styles, Navigation styles, Hero styles, Footer etc.
*
*/
html {
font-size: 1.5rem;
}
#title {
height: 6rem;
text-align: center;
font-size: 5rem;
color:#F9BA4C;
font-family: Jazz LET, fantasy;
text-decoration: underline;
}
body {
background-color: #372B29;
color: #F9F5F4;
}
article:first-child {
background-color:orangered;
}
img {
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.quote {
text-align: center;
border-radius: 3px;
font-style: italic;
text-align: center;
padding: 1rem 1.2rem;
width: 60%;
color: #4a4a4a;
margin: 1rem auto 2rem;
color: #4a4a4a;
background: #F9BA4C;
}
#img-caption {
text-align: center;
font-family: Bookman, URW Bookman L, serif;
font-size: 1.5rem;
margin: 1rem;
}
h2 {
text-decoration: underline;
text-align: center;
color:#F9BA4C;
}
#tribute-info, #facts, p {
text-align: left;
line-height: 3rem;
padding: 3rem;
width: 70%;
margin:auto;
}
#imag-dock {
max width: 100%;
width: 30%;
height: auto;
margin: 0 auto;
}
#image1 {
padding: 4rem;
}