React Typescript 2023 - 2. JSX

preview_player
Показать описание
React Typescript 2023 - 2. JSX

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

For those wondering what the original css looked like:

.card {
width: 350px;
height: 450px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 50px;
border-radius: 10px;
overflow: hidden;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.card img {
width: 180px;
height: 180px;
border-radius: 50%;
margin: 5px;
}

.card .details {
margin: 10px;
}

.card .details h2 {
font-weight: 600;
}

.card .details p {
text-transform: uppercase;
font-weight: 300;
}

Video_Hamster
Автор

Very helpful and perfect timing. I'm in the process of changing my blazor ui for react in my current project.

caseyspaulding
Автор

Hello, newbie here. I couldn't find the image on 6:09 on your GitHub repository nor the code you are writing there. What am I missing?

BoncukKisisi
Автор

Great tutorial! Gracias por el video :)

Dahiana-zk
Автор

can't find the CSS anywhere - seems like you probably switched to tailwind - I am at the beginning - could you set up another branch for the 1st few chapters?
Other than that nice tutorial - thank you Teddy 😁😁👩‍💻👩‍💻

janellevos
Автор

Your card.css file is missing on your repo? I'm didn't see it anywhere...

phungquanglong
Автор

What vs code theme and font did you use. I like it

hassanyahya
Автор

Hello thank you for sharing what is the application of you are showing notes documents and you can also paint on board

Plusdok-leuk
Автор

Hey, im not seeing tsrafce as an option. Was it deprecated or something?

just
Автор

Hey Teddy, where is your discord server? Great videos btw!

LarryMarkel
Автор

All of your css files are empty in the repo

zqummfs
Автор

there is no css for the above tutorial.

akc