add forms

This commit is contained in:
2019-04-09 18:05:36 +02:00
parent 4346f85d56
commit 5bcef4263e
17 changed files with 281 additions and 46 deletions

View File

@ -36,6 +36,14 @@
}
}
}
.title{
position: absolute;
right: 50px;
width: 33%;
background: white;
padding: 40px;
top: 200px;
}
}
.cat{
@ -110,7 +118,7 @@
}
}
.content{
.content, .content_s{
width: 40%;
margin: 0px 20px 20px auto;
p{
@ -118,6 +126,10 @@
}
}
.content_s{
margin: auto!important;
}
#default{
.content{
& > p{
@ -169,6 +181,11 @@
border-top: 1px solid black;
margin-bottom: 20px;
margin-top: 20px;
& > img{
width: 33%;
float: left;
margin: 20px 10px 0px 0px;
}
h3{
margin-top: 20px;
}