-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsign_up.css
executable file
·88 lines (88 loc) · 1.7 KB
/
sign_up.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
body {
background-color: #7CDAC8;
}
header {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: 8vh;
color: #7CDAC8;
text-align: center;
text-shadow: 10px 5px 10px #53C0AB;
padding: 10px;
}
#title_bar {
background-color: #F2F2F2;
position: fixed;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: 2.2vh;
color: #E1FCF6;
width: 100%;
top: 0;
left: 0;
padding: 10px;
box-shadow: 10px 10px 10px #32A08A;
}
nav {
text-align: center;
padding: 10px;
}
#home {
border: solid 2px #097661;
padding: 4px;
text-decoration: none;
border-radius: 8px;
}
#shop {
border: solid 2px #097661;
padding: 4px;
text-decoration: none;
border-radius: 8px;
}
#sign_up {
border: solid 2px #097661;
padding: 4px;
text-decoration: none;
border-radius: 8px;
}
#log_in {
border: solid 2px #097661;
padding: 4px;
text-decoration: none;
border-radius: 8px;
}
a {
color: #097661;
}
a:hover {
color: #53C0AB;
}
#table_1 {
border: solid 3px #097661;
position: fixed;
top: 300px;
left: 470px;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
font-size: 16pt;
color: #097661;
}
#full_name {
width: 250px;
height: 20px;
}
#email {
width: 250px;
height: 20px;
}
#user_name {
width: 250px;
height: 20px;
}
#password {
width: 250px;
height: 20px;
}
#submit {
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
font-size: 18pt;
color: #097661;
margin-left: 220px;
}