-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
63 lines (62 loc) · 1.13 KB
/
styles.css
File metadata and controls
63 lines (62 loc) · 1.13 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
body{
margin-top: 0px;
padding-top: 0px;
background-color: rgb(74, 74, 248);
}
h1{
text-align: center;
font-size: 56px;
color: blue;
text-shadow: black 2px 2px 3px;
margin-bottom: 0;
padding-bottom: 0;
}
.container{
margin-left: 30%;
margin-right: 30%;
background-color: orange;
height: 1300px;
border: solid 3px black;
}
.logo {
display: block;
width: 60%;
margin-top: 0;
padding-top: 0;
margin-left: auto;
margin-right: auto;
}
.topic{
font-size: 24px;
text-align:justify;
margin-left: 10%;
margin-right: 10%;
}
.ribbon{
display: flex;
margin-top: 50px;
margin: 30px;
max-width: 600px;
height: 300px;
overflow-x: scroll;
scrollbar-width: 20px;
align-items: stretch;
justify-content: space-between;
}
.item{
margin: 20px;
background-color: aqua;
border: solid 3px black;
border-radius: 10%;
width: 200px;
}
.item_text{
box-sizing: block;
margin-left: auto;
margin-right: auto;
margin-top: 180px;
padding-left: 40px;
padding-right: 40px;
text-align: center;
width: 80px;
}