* {
box-sizing: border-box;
}
/* Style the body */
body {
font-family: Arial;
margin: 0;
}
/* Column container */
.row {
display: flex;
flex-wrap: wrap;
}
/* Create two unequal columns that sits next to each other */
/* Sidebar/right column */
.side {
flex: 30%;
background-color: #f1f1f1;
padding: 20px;
}
/* Highlighted text */
.highlight {
color: #F08A00;
}
/* Main column */
.main {
flex: 70%;
background-color: white;
padding: 20px;
}
/* Main image styling */
.fakeimg {
News Centre
How To Prepare For a Flood
* {
box-sizing: border-box;
}
/* Style the body */
body {
font-family: Arial;
margin: 0;
}
/* Column container */
.row {
display: flex;
flex-wrap: wrap;
}
/* Create two unequal columns that sits next to each other */
/* Sidebar/right column */
.side {
flex: 30%;
background-color: #f1f1f1;
padding: 20px;
}
/* Highlighted text */
.highlight {
color: #F08A00;
}
/* Main column */
.main {
flex: 70%;
background-color: white;
padding: 20px;
}
/* Main image styling */
.fakeimg {
How to try and avoid burst pipes
* {
box-sizing: border-box;
}
/* Style the body */
body {
font-family: Arial;
margin: 0;
}
/* Column container */
.row {
display: flex;
flex-wrap: wrap;
}
/* Create two unequal columns that sits next to each other */
/* Sidebar/right column */
.side {
flex: 30%;
background-color: #f1f1f1;
padding: 20px;
}
/* Highlighted text */
.highlight {
color: #F08A00;
}
/* Main column */
.main {
flex: 70%;
background-color: white;
padding: 20px;
}
/* Main image styling */
.fakeimg {