⚔️ Coding a CSS Battle | Pilot Battle #7 (Leafy Trail) | border radius | pseudo elements

preview_player
Показать описание
In this video, I code a CSS Battle. It taught me a lot about border radius, position and pseudo elements 🥳

Battle details: Battle #1 Pilot Battle, challenge #7 (Leafy Trail)

--

const me = {
name: "Leanne 👩🏻",
passions: ["coffee☕️", "code 💻", "cats 🐱"],
unpopular_opinion: "LOVES CSS ❤️",
favorite_colors: ["hotpink", "orangered"],
channel_aim: "Show the world that CSS is fun and web development rules! 👑"
}

--

Рекомендации по теме
Комментарии
Автор

Nice work

tips:
using pixels for position values
try holding the shift key when comparing to do horizontal comparison, it helps compare vertically and horizontally
make the border radius match exactly but playing with the values

since this challenge has straight edges, match those first, then match the border radius curves

tinmancode