What is responsible for all the whitespace around the text in this <h1>?
It's so big it's almost acting as a margin-top.
View: https://imgur.com/bTUg9uR
<section class="contact-hero">
<h1>Contact us...</h1>
<p>Write us a brief, ask us a question or tell us what you’re looking for in...
I've used some google fonts, let me show you some
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link...
Hello guys, I'm new into this and it would be nice if you could help me please.
So the CSS style is not being applied.
<!DOCTYPE html>
<html lang="ru">
<head>
<title>CSS. Часть №1 (Синтакис + Обнуление) </title>
<link rel="stylesheet" href="/css/style_css">
<meta...