css sucks

This commit is contained in:
Gnieark 2016-06-28 14:33:11 +02:00
parent 6f3383c693
commit 314db2255d

View File

@ -24,7 +24,7 @@ section{margin: 0 auto; width: 90%;}
article{float: right; width:70%;} article{float: right; width:70%;}
aside{float:left; width: 28%; border-right: 1px dashed green;} aside{float:left; width: 28%; border-right: 1px dashed green;}
aside table {width: 90%;} aside table {width: 90%;}
aside table tr td{width: 33%;} aside table tr td{width: 33%; border-style: dashed;}
aside table tr td input {width: 100%;} aside table tr td input {width: 100%;}
.center{text-align: center;} .center{text-align: center;}
aside p img{ width: 100%; max-width:342px;} aside p img{ width: 100%; max-width:342px;}