Need help with my HTML portfolio project.
I would like to have a button created under my work to go to asecond page that I can display my work.
I have all my work saved in a folder called work1.html as wellas the program so it will hopefully work.
Would appreciate your help. Ok to delete second workheading.
<!DOCTYPE html>
<html>
<head>
<meta name=”viewport” content=”width=device-width,initial-scale=1″>
<style>
* {
box-sizing: border-box;
}
body {
background-color: #f1f1f1;
padding: 20px;
font-family: Arial;
}
/* Center website */
.main {
max-width: 1000px;
margin: auto;
}
h1 {
font-size: 50px;
word-break: break-all;
}
.row {
margin: 8px -16px;
}
/* Add padding BETWEEN each column */
.row,
.row > .column {
padding: 8px;
}
/* Create four equal columns that floats next to each other*/
.column {
float: left;
width: 25%;
}
/* Clear