Boyana 1 year ago
commit ecc59bec9b

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

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

Loading…
Cancel
Save