projekte_style.css
— 1.1 KB
Dateiinhalt
<style> .pad_u{ padding-bottom: 50px; margin-bottom: 50px; } .pad_l_40{ padding_left: 40px; } .pad_r_50{ padding-right: 50px; } .pos_01{ position: absolute; } .pos_02_sp1{ position: relative; margin-top: 40px; margin-left: 55%; } .pos_03_sp1{ position: relative; margin-top:-30%; } .pos_02_sp2{ position: relative; margin-top: 40px; margin-left: 60%; } .pos_03_sp2{ position: relative; margin-top:-10%; } .statt_h2{ font-size: 1.5rem; text-transform: uppercase; font-family: thesans,sans-serif; font-weight: 500; line-height: 1.42857143; color: #333; position: relative; margin-bottom: 30px; padding-bottom: 10px; } .float_l { float: left; } .float_r{ float: right; } .br_10pc{ width: 10%; height= auto; } .br_20pc{ width: 20%; height= auto; } .br_30pc{ width: 30%; height= auto; } .br_40pc{ width: 40%; height= auto; } .br_50pc{ width: 50%; height= auto; } .br_60pc{ width: 60%; height= auto; } .br_70pc{ width: 70%; height= auto; } .br_80pc{ width: 80%; height= auto; } .br_90pc{ width: 90%; height= auto; } .clear_b{ clear: both; } .clear_l{ clear:left; } .clear_r{ clear:right; } </style>