Git Product home page Git Product logo

Comments (1)

sabiomarkanthony44 avatar sabiomarkanthony44 commented on September 2, 2024

Apache project logo

body {
background-color: #EEE;
color: #222;
line-height: 1.25 !important;
}

#wrapper > div {
width: auto;
margin: 0 auto;
}

@media (min-width: 425px) {
#wrapper > div {
width: 420px;
margin: 0 auto;
}
}

@media (min-width: 850px) {
#wrapper > div {
width: 850px;
margin: 0 auto;
}
}

@media (min-width: 1280px) {
#wrapper > div {
width: 1270px;
margin: 0 auto;
}
}

@media (min-width: 1730px) {
#wrapper > div {
width: 1700px;
margin: 0 auto;
}
}

@media (min-width: 2160px) {
#wrapper > div {
width: auto;
margin: 0 auto;
}
}

.project_rect {
color: #000;
width: 400px;
height: 340px;
text-align: center;
font-family: sans-serif;
border: 1.5px solid #3338;
border-radius: 5px;
background-color: #FFF;
display: inline-block;
margin: 10px;
font-size: 12px;
position: relative;
overflow: hidden;
}

#intro {
margin: 10px auto;
color: #000;
width: 1000px;
height: 80px;
text-align: center;
font-family: sans-serif;
font-size: 12px;
border: 1.5px solid #3338;
border-radius: 5px;
background-color: #FFFC;
padding: 4px;
position: relative;
overflow: hidden;
}

.project_logo {
width: 400px;
height: 170px;
position: relative;
vertical-align: middle;
line-height: 180px;
text-align: center;
}

.project_logo {
background: url(../images/transparent.png);
background-size: 28px;
}

.project_logo > img {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin:auto;
}
.project_rect > p {
font-size: 11px;
padding: 2px;
}

form {
font-family: sans-serif;
font-size: 16px;
text-align: center;
}

h3 {
text-align: center;
font-family: sans-serif;
color: #333;
}

.img_download {
border: 1px solid #3332;
float: left;
margin-left: 10px;
padding: 2px;
font-size: 10px;
font-family: sans-serif;
display: inline-block;
overflow: hidden;
width: 85px;
line-height: 1.1;
height: 50px;
text-align: center;
}

.img_download:hover {
background: #FFC;
}

from supports-color.

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.