-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (74 loc) · 1.09 KB
/
style.css
File metadata and controls
89 lines (74 loc) · 1.09 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
86
87
88
89
#hello {
border-radius: 200px;
}
#img1 {
height: 100%;
width: 100%;
}
#img2 {
height: 100%;
width: 100%;
}
#img3 {
height: 100%;
width: 100%;
}
#itembox {
background-color: black;
height: 500px;
width: 500px;
}
.space{
height:85px;
}
container{
height:300px;
width:300px;
}
h1{
font-family: 'Kaushan Script', cursive;
}
#sevb{
background-color: #7F903C;
}
body {
background-color: #F8CB81;
}
h2 {
font-family: 'Playfair Display', serif;
text-align: center;
font-size: 50px;
}
#forum{
margin:auto;
background-color:#A0988B;
width:90%;
height:50%;
box-shadow: 10px 10px #CCC2B1;
font-family: 'Cabin', sans-serif;
}
#img4{
height:200px;
width:300px;
}
p1{
font-size: 25px;
}
#button{
background-color:#A0988B;
position:absolute;
padding: 5px;
top: 81%;
left:91%;
box-shadow: 2px 2px #CCC2B1;
}
h3{
font-family: 'Bellefair', serif;
font-size:50px;
}
#cnt{
font-family: 'Cabin', sans-serif;
}
#food{
background-color:#C3BAAA;
}