-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.css
93 lines (87 loc) · 1.5 KB
/
home.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
86
87
88
89
90
91
92
93
body {
margin: 0;
padding: 0;
background-color: #e7cbc1;
font-family: Arial, sans-serif;
}
header {
background-color: #a27363;
padding: 1rem;
display: flex;
align-items: center;
height: 130px;
color: white;
}
.logo {
height: 100px;
}
nav {
margin-left: auto;
}
nav ul {
list-style: none;
display: flex;
gap: 15px;
}
nav ul li {
margin: 0;
}
nav ul li a {
text-decoration: none;
color: white;
font-weight: bold;
}
p {
font-family: "Dancing Script", cursive;
font-size: xx-large;
font-weight: bolder;
font-style: normal;
margin-left: 370px;
}
footer {
background-color: #a27363;
padding: 1rem;
text-align: center;
color: white;
}
h2 {
padding-left: 70px;
padding-top: 30px;
}
.container {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
width: 45%;
padding: 20px;
box-sizing: border-box;
}
.box {
width: 100%;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
text-align: left;
}
.outer-container {
display: flex;
gap: 20px; /* Space between the containers */
padding: 20px;
box-sizing: border-box;
}
x{
padding-left: 10px;
display: flex;
font-size: larger;
}
.container img{
margin-left: 80px;
}
y{
padding-left: 80px;
}
footer nav li{
margin-left: 440px;
}