Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact
Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact

Posts tagged with "responsive-design"

Using Tailwind CSS in React

Using Tailwind CSS in React

07 February 20244 min readWeb Programming

Tailwind reduces the need to write custom CSS and increases the customizability of the project. With benefits like responsive design, dynamic and reusable classes, consistency, and broad community support, Tailwind is a popular choice in modern web development. Tailwind reduces the file size of the project and

#Tailwind CSS#React#CSS Framework+3 more
CSS Grid

CSS Grid

02 January 20234 min readWeb Programming

We can create a website template very easily with Grid. We can design the whole website with basic css methods such as float, display position or flexbox, but the Grid system is much easier. And it makes our job a lot easier. While Flexbox can do our one-dimensional coding, in the grid model, we can code in both dimensions.

#CSS#Grid#Web Design+3 more
How to Use Flexbox in CSS

How to Use Flexbox in CSS

31 December 20227 min readWeb Programming

Why is Flexbox used? It allows us to design our website much more easily and effectively. With Flexbox, we can easily spread the width, height and order of the html elements to the field. Flexbox does this automatically for us without any overflow. Also, we can direct our items...

#CSS#Flexbox#Web Design+3 more