Untitled
unknown
plain_text
2 years ago
595 B
7
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Lekcja 7</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <p id="paragraf" style="color:red; font-size: 40px;">Paragraf</p> <p class="paragraf">Paragraf drugi</p> </body> </html> STYLE.CSS ->>>>>> p{ font-size: large; color: orange; font-weight: bold; font-style: italic; } * { margin: 0; }
Editor is loading...