44 lines
538 B
CSS
44 lines
538 B
CSS
body
|
|
{
|
|
background-color: aquamarine;
|
|
}
|
|
#sslk:link{color: black;}
|
|
#sslk:visited{color: black;}
|
|
.card {
|
|
background: #33C598;
|
|
}
|
|
|
|
.containerok {
|
|
padding: 0 15px;
|
|
margin: 0;
|
|
}
|
|
.ct
|
|
{
|
|
font-size: 30px;
|
|
}
|
|
|
|
|
|
.btn2:link {background-color: #33C598}
|
|
.btn2:visited{background-color: #33C598;}
|
|
.btn2 {
|
|
border: black;
|
|
color: black;
|
|
}
|
|
.margo {
|
|
margin: 20px;
|
|
}
|
|
.inptt {
|
|
margin: 30px;
|
|
background-color: aquamarine;
|
|
}
|
|
|
|
.btnsend {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#aboutme {
|
|
height: 500px;
|
|
}
|
|
.card-body {
|
|
margin: 0;
|
|
} |