GithubHelp home page GithubHelp logo

dijitl's People

Contributors

glenpike avatar

Watchers

 avatar

dijitl's Issues

Possible styling ideas

Messing round with styling.

  • grid layout for thumbs.
  • black on white, but with nice weird effect when messing with negative margins

/* main.css | https://dijitl.co.uk/css/main.css */

.orange-bg {
  /* background-color: #f27f1a; */
  background-color: #fdf646;
}

.thumbnail-link:hover .thumbnail-link__text {
  /* color: #fff; */
  color: #000;
}

.container_12 .grid_2, .thumbnails li {
  /* width: 140px; */
}

.thumbnail-link {
  /* width: 140px; */
  /* height: 112px; */
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  height: 100%;
}

html {
  /* background-color: #000; */
  /* color: #fff; */
  background-color: #fff;
  color: #000;
}

body {
  /* background-color: #000; */
  background-color: #fff;
}

/* orange.css | https://dijitl.co.uk/css/orange.css */

a, .colourchange, .colourchange-hover:hover {
  /* color: #f27f1a; */
  color: #fdf646;
}

.thumbnail-link__text {
  /* color: #f27f1a; */
  color: #fdf646;
}

.thumbnail-link:hover .thumbnail-link__text {
  /* background: #f27f1a; */
  /* background-color: rgba(242, 127, 26, 0.7); */
  background: #fdf646;
  background-color: rgb(253, 246, 70);
}

/* Element | https://dijitl.co.uk/ */

.thumbnails {
  display: grid;
  grid-template-rows: 112px 112px 112px 112px 112px 112px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* Element | https://dijitl.co.uk/ */

.thumbnails > li:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

/* Element | https://dijitl.co.uk/ */

.thumbnails > li:nth-child(7) {
  grid-column: 3 / span 2;
  grid-row: 3 / span 2;
}

/* Element | https://dijitl.co.uk/ */

.thumbnails > li:nth-child(10) {
  grid-row: 4 / span 2;
  grid-column: 1 / span 2;
}

/* Element | https://dijitl.co.uk/ */

.thumbnails > li:nth-child(12) {
  grid-row: 5 / span 2;
  grid-column: 3 / span 2;
}

/* orange.css | https://dijitl.co.uk/css/orange.css */

a, .colourchange, .colourchange-hover:hover {
  background-color: black;
  padding: 10px;
  margin: -10px;
}

Screenshot 2020-11-11 at 09 57 49

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.