forked from 4GeeksAcademy/html-hello
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
76 lines (73 loc) · 1.48 KB
/
Copy pathstyles.css
File metadata and controls
76 lines (73 loc) · 1.48 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
body {
background-image: url(https://cdn.prod.website-files.com/61120cb2509e012d40f0b214/670bb1261e4c1b1fd6174d29_670bb0895c11f13918d2361c__This%2520Is%2520Fine_%2520Meme.png);
background-size: contain;
}
h1{
font-family: "Paytone One", sans-serif;
font-weight: 400;
font-style: normal;
}
h2 {
font-family: "Changa One", sans-serif;
font-weight: 400;
font-style: normal;
}
p {
font-family: "Shadows Into Light", cursive;
font-weight: 400;
font-style: normal;
}
.wrapper {
display: flex;
flex-direction: column;
}
.cab {
background-color: rgb(232, 131, 230);
color:white;
margin-bottom: 20px;
text-align: center;
}
.cuer {
display: flex;
flex-direction: column;
gap: 20PX;
align-items: center;
}
.p {
display: flex;
flex-direction: column;
width: 520px;
height: 720px;
background-color:rgb(189, 185, 185);
}
.p h2{
background-color: rgb(0, 0, 0);
padding: 10px;
color: white;
margin: 5PX;
height: 40px;
text-align: center;
}
.p img {
width: 500PX;
height: 500px;
margin: 10px;
}
.p p {
background-color: white;
margin: 10px;
height: 90px;
padding: 10px;
font-size: 20px;
}
.f {
background-color: transparent !important;
position:absolute !important;
margin: 5px !important;
height: 40px !important;
padding: 10px !important;
align-items: center;
text-align: right !important;
color: rgb(133, 133, 133);
background-color: aqua;
}