-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
128 lines (99 loc) · 1.64 KB
/
style.css
File metadata and controls
128 lines (99 loc) · 1.64 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
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
#list_one {
list-style-type: none;
padding: 0px;
margin: 0px;
overflow:hidden;
background-color:#ad6828 ;
}
li a{
float: left ;
display:block;
color: #000;
padding: 10px;
text-align: center;
text-decoration: none;
border-right:1px solid ;
min-width: 60px;
}
li a:hover{
background-color:#6e3e13 ;
}
body {
font-size: 25px;
background-color: #ebe8dd ;
}
img{
max-width: 100%;
height: auto;
float: right;
border-radius: 100px;
margin-right: 100px;}
.contact{
background-color: white;
width:70%;
padding: 20px;
margin: auto;
}
.contact form{
text-align: left;
}
.contact input{
width:30% fit-content;
font-size: 20px;
}
.register{
background-color: white;
width: 70% ;
height:fit-content;
padding: 20px;
}
.register input{
width:30%;
font-size: 20px;
}
.register select{
width:30%;
font-size: 20px;
}
.login{
width: 400px;
background:white;
padding: 20px;
margin:8% auto 0;
text-align: center;
}
.login h1{
color:rgb(14, 25, 129);
margin-bottom: 30px;
}
.button{
color:white;
width: 30%;
border-radius: 20px;
padding: 10px;
font-size: 15px;
margin: 10px 0;
border: none;
outline:none;
background-color: #6e3e13;
cursor: pointer;
}
.button:hover{
background-color:#ad6828;
}
#username1{
border-radius: 20px;
padding: 10px;
margin: 10px 0;
width: 70%;
border: 1px solid ;
outline:none;
}
#password1{
border-radius: 20px;
padding: 10px;
margin: 10px 0;
width: 70%;
border: 1px solid ;
outline:none;
}