forked from Vivek-code/LearnerHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index1.css
114 lines (99 loc) · 1.98 KB
/
index1.css
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
.login{
margin-right:15px;
margin-left:15px;
}
.row{
margin-top:50px;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
}
.navbar{
padding-top: 15px;
padding-bottom: 15px;
margin-bottom:30px;
}
.title{
text-align: center;
font-size:90px;
font-weight: bolder;
color:#fdfdfe;
-webkit-text-stroke:1px black;
text-shadow: 5px 5px 8px black;
}
body{
background-color:rgb(193, 239, 239)
}
.card{
background-image: url('./row.jpg');
background-color: rgb(241, 247, 248);
background-size: cover;
border:black solid 1px;
border-radius: 20px;
width:600px;
height:450px;
}
img{
margin-top: 15px;
width:300px;
position: relative;
margin-left:130px;
border:solid 1px black;
border-radius: 20px;
}
.btn{
background-color:cadetblue;
border-color:cadetblue;
color:white;
border-radius: 10px;
text-align: center;
font-size: 15pt;
transition-duration: 0.4s;
cursor: pointer;
}
.btn:hover{
background-color:white;
color:black;
}
#login{
margin-right:11px;
}
#SignUp{
margin-right:15px;
}
.btn1{
margin-left:230px;
}
.btn-outline-success{
margin-left: 0;
}
.button{
background-color:rgb(65, 65, 241);
color: white;
width:100px;
border-radius: 10px;
margin-right:10px;
text-align: center;
display:flex;
justify-content: center;
}
.card-title{
font-size: 17pt;
font-weight: bolder;
}
.navbar-brand{
font-weight: bolder;
}
h2{
/*font-family: 'Montserrat', sans-serif;*/
font-family: 'Merriweather', serif;
color: #074c4c;
font-weight: normal;
position: relative;
/*padding-right: 10px;*/
padding-bottom: 10px;
}
p{
line-height: 2; /*just for some extra spacing in paragraphs*/
font-size: 20px;
}