diff --git a/styles/2000/contact.css b/styles/2000/contact.css new file mode 100644 index 0000000..d16e66d --- /dev/null +++ b/styles/2000/contact.css @@ -0,0 +1,34 @@ +#devs { + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; +} + +.profilsimg { + width: 15vw; + height: auto; + border-radius: 15px; +} + +.contactprofile{ + margin-top: 2rem; + margin-bottom: 2rem; + border: solid purple 2px; + border-radius: 15px; + padding: 1px; +} +.contactprofile a { + display: flex; + width: 500px; + /*justify-content: space-between;*/ + flex-direction: row; +} + + +.contactprofile a p{ + align-self: center; + margin-left: 2rem; + /* justify-content: center;*/ +} +