Skip to content
Snippets Groups Projects
Commit 53b0440f authored by AB0410's avatar AB0410
Browse files
parents ba4328da 3e202285
No related branches found
No related tags found
No related merge requests found
Pipeline #624546 passed
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<head> <head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0' />
</head> </head>
<body> <body>
...@@ -89,4 +90,4 @@ ...@@ -89,4 +90,4 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4"></script>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>CSS3 Advanced</title> <title>CSS3 Advanced</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0' />
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
</head> </head>
...@@ -42,4 +42,4 @@ ...@@ -42,4 +42,4 @@
</main> </main>
</body> </body>
</html> </html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment