Code Monkey home page Code Monkey logo

html-table-layout's Introduction

HTML Tabelle mit CSS gestalten

HTML Tabelle gestalten mit CSS für Anfänger. In diesem Tutorial für Anfänger zeige ich dir wie du eine HTML Tabelle mit CSS mit einfachen Mitteln gestalten kannst. Dabei ist hier der thead, tbody und wir stylen auch einen aktiven Datensatz. Happy Coding!

Tutorial bei Youtube

📺 Playlists

Webentwicklung für Anfänger

CSS Tutorials Deutsch

JavaScript Tutorials Deutsch

Visual Studio Code Tutorials

Frameworks, Libraries und Tools

Programmieren: Tipps, Ideen, Gedanken und Meinungen

Vernetze dich:

mitmario.dev programmierenmitmario | YouTube programmierenmitmario | Twitter programmierenmitmario | Instagram

License

MIT

html-table-layout's People

Contributors

programmierenm avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

rudolf570

html-table-layout's Issues

Was mache ich falsch?

Es weerden bei mir keine Farben angezeigt!

hier mein Code:

  • {
    box-sizing: border-box;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    }

table.content {
border-collapse: collapse;
margin: 32px 0;
min-width: 400px;
border-radius: 5px 5px 0 0;
overflow: hidden;
}

table.content thead tr {
background-color: blue;
color: white;
font-weight: bold;
text-align: left;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.