Prześlij pliki do 'style'

This commit is contained in:
Piotr Szefler 2021-03-27 17:16:13 +01:00
parent b5a58ad2dc
commit 20b52a42bf
2 changed files with 102 additions and 0 deletions

5
style/font-all.css Normal file

File diff suppressed because one or more lines are too long

97
style/style.css Normal file
View File

@ -0,0 +1,97 @@
body{
padding:20px;
}
#form{
background:#f8f8f8;
}
.container{
margin:auto;
text-align:center;
}
.container-form{
margin:auto;
text-align:center;
}
.description{
height:auto;
padding-bottom:40px;
padding-top:20px;
text-align:justify;
}
.infoblock{
border: 1px solid #ddd;
padding: 15px;
}
.infoelem{
padding:5px;
}
.infoeve{
height:100px;
width:900px;
margin:auto;
}
.joiners{
border="1 solid #d5d5d5";
text-align: center;
}
.button{
margin-top:auto;
margin-left:auto;
margin-right:auto;
}
.infolist{
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
float: left;
width: 100px;
text-align:left;
border: 1px solid #ddd;
}
.list{
width:1100px;
}
.button1{
background-color: #e5e5e5;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
padding: 15px;
border-radius: 15px;
}
.button2{
background-color: #e5e5e5;
margin-left:20px;
margin-right:20px;
margin-bottom:20px;
padding:15px;
border-radius: 15px;
}
.button3{
background-color: #e5e5e5;
margin-left:20px;
margin-right:20px;
margin-bottom:20px;
padding:15px;
border-radius: 15px;
}
.nonespace-lg{
display: none;
}
b{
color:#337ab7;
}
.header_tabler{
color:#337ab7;
font-size:20px;
font-weight:bold;
}
.fas{
color:337ab7;
}