restruc
This commit is contained in:
36
public/home/contact2/contact2.css
Executable file
36
public/home/contact2/contact2.css
Executable file
@@ -0,0 +1,36 @@
|
||||
section.contact{
|
||||
background-color:white;
|
||||
width:100%;
|
||||
text-align: center;
|
||||
position:relative;
|
||||
}
|
||||
section.cbanner{
|
||||
background-color:#C22A39;
|
||||
width:100%;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
margin: 80px auto;
|
||||
}
|
||||
p.bsmall{font-size:1.5em; color:white; text-align:left;}
|
||||
p.blarge{
|
||||
font-size:4em; font-style: italic;
|
||||
color:white;
|
||||
margin: 15px 0px 45px;
|
||||
}
|
||||
article.textc{
|
||||
display: inline-block;
|
||||
}
|
||||
div.bspace{
|
||||
background-color:white;
|
||||
width:100%;
|
||||
height: 1px;
|
||||
}
|
||||
section.cform{
|
||||
background-color:#333333;
|
||||
margin-top: 300px;
|
||||
width:60vw;
|
||||
margin: 30px auto;
|
||||
padding: 300px 100px 70px;
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
}
|
||||
Reference in New Issue
Block a user