diff --git a/css/style.css b/css/style.css index 75e9841e..c0ac2aad 100644 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,35 @@ -/** - * Add your custom styles below - * - * Remember: - * - Be organised, use comments and separate your styles into meaningful chunks - * for example: General styles, Navigation styles, Hero styles, Footer etc. - * - */ + + body { + font-family: Arial; + padding: 20px; + background: #f1f1f1; + width: 95%; + } + + /* Header/Blog Title */ + .header { + padding: 30px; + font-size: 15px; + text-align: center; + background: white; + border-bottom: black; + } + footer{ + padding: 30px; + font-size: 15px; + text-align: center; + background: white; + width: 95%; + + } + + /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */ + @media screen and (max-width: 800px) { + .leftcolumn, .rightcolumn { + width: 100%; + padding: 0.1; + } + } + + + \ No newline at end of file diff --git a/index.html b/index.html index 67dfc7f5..6d5d0528 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ content="width=device-width, initial-scale=1, shrink-to-fit=no" /> My Blog + - - +
+

Code Your Future

+
+
+

CYF London 9

+
London, Oct 2022
+
+ +

GLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum

+ +
+

CYF London 10

+
London Jan 2023
+
+
+ +
+

GLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum

+ + + + + + +