Boyana 1 year ago
commit ecc59bec9b

@ -7,7 +7,7 @@
<link href="stylesheet.css" rel="stylesheet">
</head>
<body>
<h1>Fiction Friction</h1>
<h1></h1>
<section>
<div class="card">
@ -16,7 +16,7 @@
<p class = 'text'></p>
</div>
<div class="card">
<h2>RESISTANCE</h2>
<p class = 'image'><img src='./images/11.jpg'></p>

@ -3,7 +3,7 @@
width: 7.5cm;
height: 11.5cm;
border: solid 3px black;
border-radius: 10px;
border-radius: 0.5cm;
float: left;
position: relative;
margin: 1mm;
@ -16,6 +16,7 @@
top: 10mm;
border-radius: 10px;
z-index: -1;
display: none;
}
.card > h2{
top: 5mm;
@ -25,6 +26,7 @@
padding-top: 3mm;
font-size: 15px;
font-family:monospace;
display: none;
}
.card > p.text {
width: 50mm;
@ -34,6 +36,7 @@
left: 10mm;
text-align: center;
margin: 0;
display: none;
}
.card > p.textnoimage {
width: 60mm;
@ -43,5 +46,6 @@
left: 5mm;
right: 5mm;
text-align: center;
font-size: 6.5;
font-size: 6.5;
display: none;
}

Loading…
Cancel
Save