    @prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix content: <http://purl.org/rss/1.0/modules/content/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://lhero.org/?p=1482>
  a sioc:Post ;
  dc:title "LH CSS Dates and Times" ;
  dcterms:identifier 1482 ;
  dc:modified "2022-07-11T15:36:16Z"^^xsd:dateTime ;
  dc:created "2018-09-18T14:31:23Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/portfolio/lh-css-dates-and-times/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  content:encoded """
<p class="wp-block-paragraph">The div element below is styled using this plugin, for times in the AM it will have a grey background and in the PM a yellow background. This is done dynamically by javascript. Whilst this is atrivbial example, when this functionality is combined with pseudo elemenets this technique can be very powerful.</p>



<div class="cssdt_test">LH CCS Dates and times test div</div>
"""^^rdf:XMLLiteral ;
  sioc:content """
The div element below is styled using this plugin, for times in the AM it will have a grey background and in the PM a yellow background. This is done dynamically by javascript. Whilst this is atrivbial example, when this functionality is combined with pseudo elemenets this technique can be very powerful.



LH CCS Dates and times test div
""" ;
  sioc:topic <https://lhero.org/lh_portfolio-type/plugin/> .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=turtle> .
<https://lhero.org/lh_portfolio-type/plugin/> rdfs:seeAlso <https://lhero.org/lh_portfolio-type/plugin/?feed=lhrdf&format=turtle> .
