Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ such as width and height of the viewport or device, resolution, etc*/
min-height:1100px;
} */
.contact-details {
border: 2px solid #90C695;
border: 2px solid #90C695; /*adds a solid border with width of 2px and colour based on the hex color code provided (in this case #90C695)*/
border-radius: 0;
width: 90px;
height: 20px;
Expand Down