-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtreks.css
More file actions
79 lines (73 loc) · 1.16 KB
/
treks.css
File metadata and controls
79 lines (73 loc) · 1.16 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
#company{
font-family: 'Pacifico', cursive;
font-size: 2em;
}
nav{
color: white;
}
.but{
color: white;
border-color: white;
}
#title{
font-family: 'Pacifico', cursive;
font-size: 5em;
text-align: center;
}
#box{
margin-left: 500px ;
margin-top: 170px;
width: 430px;
height: 500px;
}
body{
margin: 0;
padding: 0;
font-family: sans-serif;
}
.action-button{
width: auto;
background: #5086B5;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 5px;
cursor: pointer;
padding: 10px 5px;
}
h1{
color: white;
}
.border{
width: 1000px;
margin: 0 auto;
background-color: black;
border: 2px solid black;
width:50%px;
color:white;
}
#email,#city,#state,#height,#weight,#contact_no1,#contact_no2,#zip,#gender{
border-radius: 5px;
}
body{
background-size: 100% 100%;
}
label{
display: inline-block;
text-align: left;
float: right;
}
/*img{
float: left;
}*/
.item{
border:3px solid ;
}
img{
box-shadow: 5px 10px 18px #888888;
}
.itemcontainer:hover{
-webkit-box-shadow:-1px 9px 40px -12px rgba(0,0,0,0.75);
-moz-box-shadow:-1px 9px 40px -12px rgba(0,0,0,0.75);
box-shadow:-1px 9px 40px -12px rgba(0,0,0,0.75);
}