-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHome-CSS.css
More file actions
85 lines (74 loc) · 1.23 KB
/
Copy pathHome-CSS.css
File metadata and controls
85 lines (74 loc) · 1.23 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
84
85
/* HOME PAGE SECTION CSS CODE */
#Home {
padding: 0;
margin: 0;
height: auto;
width: 100%;
}
.row10 {
height: 50px;
padding: 5px;
width: 100%;
background-color: black;
}
.row10 marquee {
color: whitesmoke;
font-size: 20px;
margin-top: 5px;
}
.row8 {
min-height: 300px;
width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.row8-content {
display: flex;
justify-content: space-between;
width: 90%;
margin-top: 10px;
}
.c12 {
height: 280px;
width: 40%;
display: flex;
justify-content: center;
align-items: center;
}
.c12 img {
border-radius: 20px;
border: 2px solid black;
}
.c13 {
width: 50%;
padding: 10px;
font-size: medium;
text-align: left;
}
.c13 p {
color: #f0a500;
font-size: 20px;
margin-bottom: 10px;
}
.row9 pre h4 {
font-style: normal;
font-size: 18px;
color: #b2831e;
}
.row9 {
width: 90%;
margin-top: 20px;
}
.row8 .c13 a {
display: inline-block;
margin-top: 10px;
padding: 10px 20px;
background-color: #f0a500;
color: white;
border-radius: 10px;
border: none;
cursor: pointer;
text-decoration: none;
}