-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSSNEW.css
More file actions
102 lines (97 loc) · 1.42 KB
/
CSSNEW.css
File metadata and controls
102 lines (97 loc) · 1.42 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
header {
background-color: lightblue;
color: white;
font-family: sans-serif;
font-size: 20px;
text-align-last: center;
padding-bottom: 10px;
border: solid black;
border-radius: 5px;
}
h1 {
margin-bottom: 4px;
margin-top: 6px;
font-family: cursive;
color: black;
}
#img-responsive {
text-align: inherit;
}
#RWpics {
text-align-last: center;
}
nav {
background-color: #eeeeee;
padding: 8px;
font-family: sans-serif;
font-weight: bold;
}
a{
color: gray;
text-decoration: none;
}
a:hover{
color: black;
}
main{
font-family: sans-serif;
font-size: 14px;
}
h2{
background-color: black;
color: white;
}
footer{
background-color: lightblue;
color: white;
text-align: center;
font-family: sans-serif;
padding: 10px;
font-size: 10px;
}
.a_d{
border: 1px solid black;
color: black;
padding: 10px 24px;
margin-left: 20px
}
body{
font-family: sans-serif;
}
.seq_list{
color: black;
border: 1px solid black;
margin: 5px;
border-radius: 5px;
padding: 8px;
background-color: lightgray;
}
form{
background-color: #eeeeee;
padding:16px;
min-width: 350px;
border-radius: 6px;
padding:20px;
}
textarea{
height: 100px;
width: 300px;
}
.button{
background-color: white;
padding: 5px;
border: 1px solid black;
}
.button:hover{
color:firebrick;
background-color: beige
}
input, select, textarea{
margin-bottom:8px;
}
label{
font-weight:100;
}
.st{
width: 500px;
}