-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_change_style.css
144 lines (138 loc) · 2.33 KB
/
index_change_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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
#body{
background-color: #dddee2;
font-family: 'PT Serif', serif;
background-image: url(final_food_img.jpg);
background-size: auto;
background-repeat: no-repeat;
text-align:center;
}
#content{
border:1px solid rgb(61,61,41);
width:1000px;
height:1000px;
margin-top: 300px auto;
background-color: white;
margin-bottom:0 auto;
margin:200px auto;
}
.navbar {
display: flex;
flex-wrap: wrap;
background-color:#0000009e;
height:60px;
font-size:20px;
color:white;
position: sticky;
top: 0;
z-index: 100;
}
#about_us{
background-color: /*rgb(61,61,41)*/ black;
color:white;
height:350px;
font-family: 'PT Serif', serif;
text-align: center;
position: sticky;
top:0;
}
a {
font-size: 20px;
margin: 4px 100px 8px 8px;
text-decoration: none;
color:white;
}
.submit {
background-color: white;
color: black;
border: 2px solid #e7e7e7;
}
.submit:hover {
background-color: black;
}
img.food_img{
width: 60%;
height: 200px;
margin: 15px;
box-shadow: 2px 5px 5px black;
transition: all 1.5s ;
}
img:hover {
transform: scale(1.1);
}
h1:hover {
transform:scale(1.1);
}
#website_name{
font-size:50px;
color:rgb(61,61,41);
text-decoration:none;
}
.court_info{
text-decoration:underline;
color:#006600;
}
.description{
text-decoration: none;
font-size:5px;
}
#social_media{
position:fixed;
bottom:50px;
right:0px;
}
ul {
list-style-type: none;
left:0;
padding: 0;
width:46px;
}
li a {
display: block;
width: 30px;
height: 25px;
background-color: #dddddd;
line-height:0;
}
.some_thing{
height:200px;
width:250px;/*
border:1px solid white;*/
float: left;
margin:10px;
}
#some_data{
padding:100px;
}
#info{
margin:10px;
}
.color{
background-color: rgba(208, 44, 44, 0.65);
transition: all 0.2s;
color: white;
}
#n1,#n2,#n3{
font-size: 40px;
}
.shop_image_food{
transform: rotate(90deg);
}
#user_name{
font-size: 20px;
margin: 4px 10px 8px 8px;
text-decoration: none;
color:white;
font-family: 'PT Serif', serif;
position:absolute;
left:1000px;
}
#nav_to_shops{
height:20px;
width:200px;
border:1px solid rgb(61,61,41);
font-size:15px;
position:absolute;
right:30px;
top:10px;
font-family: 'Playfair Display', serif;
}