From 096d3531f95ad5cdaf2d84e0732f3e17a18474b2 Mon Sep 17 00:00:00 2001 From: Nikita6599 <43905004+Nikita6599@users.noreply.github.com> Date: Fri, 8 Oct 2021 22:03:08 +0530 Subject: [PATCH] Added Explanation for line 186 --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index fa5d272..7c431cb 100644 --- a/css/style.css +++ b/css/style.css @@ -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;