-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup_style.css
126 lines (121 loc) · 2.17 KB
/
signup_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
#user_name{
font-size: 15px;
margin: 4px 10px 8px 8px;
text-decoration: none;
color:white;
font-family: 'PT Serif', serif;
position:absolute;
left:1000px;
}
#banner{
background-image: url("final_food_img.jpg");
background-size:cover;
height: 750px;
font-family: 'Josefin Slab', serif;
font-size:20px;
}
.navbar {
display: flex;
flex-wrap: wrap;
font-size:40px;
padding: 4px;
background-color:#0000009e;
height:50px;
color:white;
position: sticky;
top: 0;
width: 100%;
z-index: 100;
}
#signup_form{
width:400px;
height:425px;
text-align:center;
color:rgb(61,61,41);
border: 2px solid rgb(61,61,41);
/*position:absolute;
right:;
top:200px;*/
position:absolute;
left:400px;
top:300px;
display: block;
margin-left: auto;
margin-right: auto;
width: 40%;
padding:10px;
/*
background-image: url("login_background.jpg");
background-size: cover;*//*
opacity: 0.1;*/
}
input , #cancel{
padding:5px;
width: 300px;
width:150px;
font-family:'Josefin Slab',serif;
font-size:20px;
opacity:0.5;
color:black;
text-orientation: use-glyph-orientation;
}
#cancel:hover, input[type=submit]:hover{
transition: all 1.5s;
transform:scale(1.5);
}
#cancel, input[type=submit]{
color:white;
background-color:rgb(61,61,41);
border:rgb(61,61,41);
}
legend{
font-size:40px;
}
a {
font-size: 20px;
margin: 4px 8px 8px 8px;
text-decoration: none;
color:white;
}
#social_media{
position:fixed;
bottom:50px;
right:0;
}
ul {
list-style-type: none;
left:0;
padding: 0;
}
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;
}
#about_us{
background-color: rgb(61,61,41);
color:white;
height:350px;
font-family: 'PT Serif', serif;
text-align: center;
}
.color{
background-color: rgb(61, 61, 41);
color:white;
transition: all 1.5s;
}
#n1,#n2,#n3{
font-size: 40px;
}