Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

3_feladat.md

Blame
  • index.css 650 B
    :root{
    	--main-color: rgb(100,100, 255);
    }
    
    html *{
    	font-size: 14px;
    }
    
    h2{
    	font-weight: 700;
    	font-size: 1.4em;
    	padding: 10px 0px 10px 20px;
    	border-bottom: 2px var(--main-color) solid;
    	color: var(--main-color);
    }
    
    div.inline div{
    	display: inline-block;
    }
    
    table{
    	min-width: 70%;
    	max-width: 90%;
    	margin-left: 30px;
    }
    
    td[colspan='3']{
    	font-weight: 700;
    	font-size: 1.2em;
    	color: var(--main-color);
    }
    td>img{
    	margin-top: -30%;
    	
    }
    td{
    	vertical-align: top;
    }
    
    .border_bottom td{
    	border-bottom: 1px var(--main-color) solid;
    }
    
    .bold{
    	font-weight: 700;
    }
    .plus2{
    	font-size: 1.2em;
    }
    
    iframe{
    	width: 100%;
    	border: none;
    	height: 800px;
    }