-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
86 lines (83 loc) · 1.43 KB
/
Copy pathstyles.css
File metadata and controls
86 lines (83 loc) · 1.43 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
.card-title{
color: darkslategrey;
text-align: right;
font-size: 3vw;
margin-top: 13rem;
margin-right: 2rem;
}
.card-img{
max-width: 100%;
height: 39rem;
}
.card-text{
color: aliceblue;
padding-left: 5rem;;
margin-right: 2rem;
font-size: 1.5vw;
text-align: justify;
}
.align_button{
padding-left: 5rem;
margin-right: 2rem;
}
.form_style{
margin: 2rem;
font-weight: bolder;
}
.form-control{
margin-bottom: 2rem;
}
.whole{
background-image: url(public/s2.jpg);
}
.page2{
background-image: url(public/ss1.jpg);
height: -webkit-fill-available;
background-size: cover;
}
.footer_bg{
background-color:darkslategray;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
color: white;
}
a.btn.btn-outline-warning.btn-block:hover {
background: #9280a4;
border-spacing: 0px;
}
a.btn.btn-outline-warning.btn-block{
border-color: white;
}
@media (min-width: 360px) and (max-width: 767px) {
.card-text{
color: aliceblue;
padding-left: 5rem;;
margin-right: 2rem;
font-size: 2.5vw;
text-align: justify;
}
.card-title{
color: darkslategrey;
text-align: right;
font-size: 4vw;
margin-top: 13rem;
margin-right: 2rem;
}
}
img {
max-width: 100%;
#canvas {
height: 600px;
width: 600px;
background-color: #ffffff;
cursor: default;
border: 1px solid black;
}
@media (min-width: 755px) and (max-width: 1072px) {
.btn btn-success btn-sm btn-block {
padding:3rem;
font-size:90%;
line-height: 1.2;
}