-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdetailent.css
More file actions
96 lines (81 loc) · 1.58 KB
/
detailent.css
File metadata and controls
96 lines (81 loc) · 1.58 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
html{
height: 100%;
}
body{
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), url("https://i.pinimg.com/originals/b4/bf/af/b4bfafa2dccc4cf3fe24f774b3f13b12.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: sticky;
max-width:100%;
max-height:100%;
height:100%;
}
h2{
color:#81E37C;
font-family: 'DM Sans', sans-serif;
}
div{
margin: 2%;
text-align: center;
}
form{
margin-top: 3%;
}
#p{
padding: 0.4%;
padding-right: 2.4%;
width: 18%;
margin: 1.2%;
border-color: #33ccff;
font-family: 'DM Sans', sans-serif;
border-radius: 5px;
}
.button {
background-color: white; /* Green */
border: none;
color: white;
padding:0.3%
;
padding-right: 0.6%;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: inherit;
margin: 1.3%;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
}
.btn{
background-color: white;
color: black;
border:2px solid #555555;
border-radius: 3px
}
.btn:hover
{
background-color: blue;
color: white;
border-radius: 3px;
}
.button5 {
background-color: white;
color: black;
border: 2px solid #555555;
border-radius: 3px;
}
.button5:hover {
background-color: red;
color: white;
border-radius: 3px;
}
@media only screen and (max-width: 426px){
#p{
padding: 0.7%;
margin: 2%;
border-color: #33ccff;
font-family: 'DM Sans', sans-serif;
border-radius: 7px;
}
}