Difference between revisions of "User:Annalucia.zablah"

From wiki
Jump to navigation Jump to search
(Created page with "<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .square { height: 100px; width: 200px; background-color: #E4E6EA; } </style> <...")
 
Line 1: Line 1:
<html>
+
{{#css:
<head>
+
 
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<style>
 
<style>
Line 17: Line 17:
 
</div>
 
</div>
  
 
+
}
</body>
+
<br>
</html>
 

Revision as of 15:52, 22 February 2023

{{#css:

<meta name="viewport" content="width=device-width, initial-scale=1"> <style> .square {

 height: 100px;
 width: 200px;
 background-color: #E4E6EA;

} </style> </head> <body>

Square CSS

hola

}