website/styl/lib/_home.styl

15 lines
296 B
Stylus
Raw Normal View History

2021-03-28 00:24:45 +01:00
.abuseIpImg{
width: 391px;
background: #35c246 linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.3) 50%, rgba(0,0,0,.2) 51%, rgba(0,0,0,0));
padding: 5px;
2021-08-14 19:44:09 +02:00
}
#banner a {
text-decoration: none;
2021-09-10 20:57:52 +02:00
}
#homeImage{
float: left;
margin-right: 20px;
box-shadow: 7px 7px $back-color-2;
2021-03-28 00:24:45 +01:00
}