So I’m working on the projects here. This one to be specific : https://codepen.io/freeCodeCamp/full/YqLyXB
I took a peek at the code under the hood. This HTML and CSS seems crazy.
a#top(name='home')
main
header
.intro-text
p
| Front-End Developer and UX/UI designer, with practical experience in project management, branding strategy, and creative direction; devoted to functional programming and information architecture.
hr.star-bright
span.skills Web Developer - User Experience Designer - Graphic Artist
How does this style work? So you don’t even have to put the paragraph content between
tags?And what’s the deal with this css?
@use postcss-nested;
@use autoprefixer;
@use postcss-simple-vars;
@use postcss-discard-comments;
$fargglad:#722872;
$morkfarg:#592059;
$morkgra:#888;
That was at the top of the CSS file and I’ve never seen anything like it. Sorry if my questions are totally unfocused and general, but I’m just so confused.