-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest.css
More file actions
87 lines (75 loc) · 1.39 KB
/
Copy pathtest.css
File metadata and controls
87 lines (75 loc) · 1.39 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
.login{
margin-right:15px;
margin-left:15px;
}
.row{
margin-top:80px;
}
.navbar{
padding-top: 15px;
padding-bottom: 15px;
}
.card{
width: 40rem;
margin-left: 20rem;
margin-top: 5rem;
background-color: azure;
}
.Checker{
--bs-btn-bg: white;
--bs-btn-border-color: auto;
--bs-btn-hover-bg: rgb(78, 43, 78);
color:black;
}
.CheckerW{
--bs-btn-bg: white;
--bs-btn-border-color: auto;
--bs-btn-hover-bg: rgb(78, 43, 78);
color:black;
}
body{
background-image: url('./test1.jpg');
background-size:cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
height: 300vh;
}
.btn{
margin-bottom: 20px;
background-color:azure;
color:black;
}
.btn1{
background-color:white;
border:black;
color:black;
}
.btn:hover{
background-color:rgb(155, 188, 248);
color:black;
}
.navbar-brand{
font-weight: 600;
}
.modal-title
{
font-weight: bolder;
font-size:25pt;
}
.card-body{
font-size: 25pt;
font-weight: bolder;
text-align: center;
font-family:Georgia, 'Times New Roman', Times, serif;
}
.form-control{
height:40px;
}
img{
height:200px;
width:200px;
border-radius: 50%;
margin-left:200px;
border-color: azure;
}