-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput page1.css
More file actions
46 lines (44 loc) · 787 Bytes
/
Copy pathinput page1.css
File metadata and controls
46 lines (44 loc) · 787 Bytes
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
body{
font-family:'Raleway', sans-serif;
font-size: 15px;
}
.container{
width:100%;
position: relative;
left: 30%;
}
h2{
padding-left: 50px;
font-family: 'Courier New', Courier, monospace;
}
.small{
border: 3px solid black;
border-radius: 5px;
width: 390px;
height: 750px;
padding-left: 25px;
}
input{
width:300px;
height: 25px;
margin:10px;
border: 1px solid black;
border-radius: 5px;
}
label{
padding-left: 10px;
}
.ode{
color:white;
background-color: green;
width: 150px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
position: relative;
left:75px;
}
a{
text-decoration: none;
}
a:visited{
text-decoration: none;
}