Giter Club home page Giter Club logo

Comments (2)

leorighi avatar leorighi commented on June 28, 2024

Can you give more details? With prints of what was done?

from esp32-wifi-penetration-tool.

AlgoVortex avatar AlgoVortex commented on June 28, 2024

Sure, there is css code that I changed, but maybe I'm doing something wrong with the flashing, because I also tried to change just the header, but nothing changed.

body {
font-family: 'Arial', sans-serif;
margin: 20px;
background-color: #f8f9fa;
color: #333;
}

h1, h2 {
color: #007bff;
}

table, th, td {
border: 1px solid #dee2e6;
border-collapse: collapse;
text-align: center;
background-color: #fff;
}

th, td {
padding: 15px;
}

tr:hover, tr.selected {
background-color: #e9ecef;
cursor: pointer;
}

button {
background-color: #007bff;
color: #fff;
border: none;
padding: 10px 20px;
cursor: pointer;
border-radius: 5px;
font-size: 16px;
}

button:hover {
background-color: #0056b3;
}

fieldset {
border: 1px solid #007bff;
padding: 10px;
margin-bottom: 20px;
}

legend {
color: #007bff;
padding: 0 10px;
font-weight: bold;
}

label {
display: inline-block;
width: 150px;
text-align: right;
margin-right: 10px;
}

select {
padding: 5px;
border-radius: 5px;
border: 1px solid #ced4da;
}

from esp32-wifi-penetration-tool.

Related Issues (20)

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.