Added w95 styles, building out about page work section

This commit is contained in:
2018-06-27 08:20:23 +10:00
parent 96cea1dc86
commit 7a5b26bb23
25 changed files with 1239 additions and 1291 deletions

View File

@ -0,0 +1,12 @@
/*
* img
* Sets default styling for image elements
*
* Version:
* 1.0.0 - 2018/06/27
*/
img {
display: inline-block;
max-width: 100%;
border: none;
}