-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
85 lines (73 loc) · 1.45 KB
/
style.css
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
84
85
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
background-color: rgb(77,79,84);
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#header {
width: 60%;
border-radius: 12px;
background:rgba(255,255,255, 0.2);
margin: 20px auto 50px auto;
padding: 5px;
}
.container {
margin: 0 40px 40px 120px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 20px;
gap: 20px;
}
h1, h2, h4 {
color:#fff;
padding: 2px;
text-align: center;
}
.wrapper {
height: 250px;
width: 250px;
background-color: rgb(184,233,253);
box-shadow: -2px 2px 15px 0 rgba(0, 0, 0, 0.5);
padding: 20px 40px;
font-style: italic;
position: relative;
}
.wrapper h5 {
text-align: center;
padding: 2px;
}
ul {
padding-top: 10px;
}
img {
height: 32px;
width: 32px;
position: absolute;
left: 200px;
bottom: 210px;
}
.Sharon {
height: 250px;
width: 250px;
background-color: rgb(123, 255, 0);
.Volenzo {
height: 250px;
width: 250px;
background-color: rgb(2, 20, 27);
color: white;
box-shadow: -2px 2px 15px 0 rgba(0, 0, 0, 0.5);
padding: 20px 40px;
font-style: italic;
position: relative;
}
.Sharon h5 {
font-family: 'Times New Roman', Times, serif;
}
.Volenzo h5 {
text-align: center;
padding: 2px;
}