add forms
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user