rectifying mistake
This commit is contained in:
parent
2db9e17319
commit
3182637185
1 changed files with 0 additions and 52 deletions
52
3box/3box-woodwork/dist/style1.css
vendored
52
3box/3box-woodwork/dist/style1.css
vendored
|
@ -1,52 +0,0 @@
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
font-family: Verdana, sans-serif;
|
|
||||||
background-color: #F4A460;
|
|
||||||
}
|
|
||||||
|
|
||||||
.column {
|
|
||||||
float: left;
|
|
||||||
overflow-x: hidden;
|
|
||||||
z-index: 1;
|
|
||||||
min-height: 85vh;
|
|
||||||
height: auto !important;
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
color: black;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pad {
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.head {
|
|
||||||
float: left;
|
|
||||||
border-bottom-style: solid;
|
|
||||||
width: 100%;
|
|
||||||
color: black;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav {
|
|
||||||
text-align: center;
|
|
||||||
word-spacing: 5px;
|
|
||||||
color: black;
|
|
||||||
padding-top: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:link {
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:visited {
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:active {
|
|
||||||
color: black;
|
|
||||||
}
|
|
Loading…
Reference in a new issue