/* Load FontAwesome to create a pure CSS checkbox */ @import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); .mktoCheckboxList input { opacity: 0; position: absolute; } .mktoCheckboxList input, .mktoCheckboxList label { display: inline-block; vertical-align: middle; margin: 5px; cursor: pointer; } .mktoCheckboxList label { position: relative; } /* Edit the properties below to change the colors of the un-checked checkbox */ .mktoCheckboxList input + label:before { content: ''; background: #fff; border: 2px solid #ddd; display: inline-block; vertical-align: middle; width: 15px; height: 15px; padding: 2px; margin-right: 10px; text-align: center; } /* Edit the properties below to change the colors of the checked checkbox */ .mktoCheckboxList input:checked + label:before { content: "\f00c"; font-family: 'FontAwesome'; background: #56CFD2; color: #fff; border-color:#3eb9bc; } body .mktoForm .mktoCheckboxList > label { margin-left:0; }

How UNICOM Engineering, Intel, and Dell Technologies Are Partnering to Make AI at the Edge Real

August 23, 2024
AI and Edge Computing digital brain

Subscribe to Our Blog for Updates

Get expert blog content delivered straight to your inbox.