I have a lot of trouble in designing how I want this arrow.
Now I'm stuck with a solid triangle and I want to change it to "hairline" arrow, like:.
.hairline-down-arrow {border: 1 px solid black; Limit-Radius: 50%; Width: 65px; Height: 65px; Background color: white; } .hairline-down-arrow: {content: ""; Status: Relative; Top: 44px; Left: 15px; Border-top: solid 25px black; Border-right: solid 15px transparent; Border Bottom: Solid 25px Transparent; Border-left: solid 15px transparent; }
& lt; Section square = "hairline-down" & gt; & Lt; Div class = "hairline-down-arrow" & gt; & Lt; / Div & gt; & Lt; / Section & gt; Any help? Thank you.
Why not just use a svg ?
& lt; Svg width = "70" height = "55" visible box = "- 2.5 -575 60" protected AspectRatio = "none" & gt; & Lt; Path d = "M0,0 l35,50 l35, -50" fill = "none" stroke = "black" stroke-line cap = "round" stroke-width = "5" /> & Lt; / Svg & gt;
Or you can use it: pseudo-element.
Div {status: relative; Width: 80px; Height: 1px; Background: black; Conversion: to rotate (55 degrees); Change-Origin: 0% 0%; } Div: after {content: ''; Status: Completed; Width: 100%; Height: 100%; Bottom: 0; Left: 100%; Background: black; Conviction (-110 degree) to rotate; Change-Origin: 0% 100%; }
& lt; Div & gt; & Lt; / Div & gt;
Popular posts from this blog
I'm having trouble overriding a ModelForm save method. I get this error I'm: Exception type: TypeErier Exception Value: Save () found an unexpected keyword argument 'committed' My intentions include a form 3 fields Submit several values for, then create an object for each combination of those areas, and to save each object file models.py class collarsult type (models.Model): id = model. AutoField (db_column = 'icontact_result_code_type_id', primary_key = true) callResult = models.ForeignKey ( 'CallResult', db_column = 'icontact_result_code_id') campaign = models.ForeignKey ( 'campaign', db_column = 'icampaign_id') CALLTYPE = models.ForeignKey ( 'CALLTYPE', db_column = 'icall_type_id') agent = models.BooleanField (db_column = 'bagent', default = true) teamLeader = models.BooleanField (db_column = 'bTeamLeader', default = true) active = models.BooleanField (db_column = Django.form...
I have a div in which there are three children- div in the left and middle div: float: left while true: float: true because it is my layout Actually will spoil, I've used ClearFix Hack: .cf {zoom: 1; }. Cf: First,. Cf: {content: ""; Display: Table; }. Cf: After {clear: both; } It still works, but I want to be the right div an indicator. So it should fill 100% of the parent unit of height. How can I complete this? PS is the full code: & Lt; / Div & gt; & Lt; Div class = "mobile_content" & gt; & Lt; H5 & gt; {{Data.titel}} & lt; / H5> & Lt; Table & gt; & Lt; TR & gt; & Lt; Th & gt; Komponist: & lt; / Th & gt; & Lt; TD & gt; {{Data.komponist}} & lt; / TD & gt; & Lt; / TR & gt; & Lt; TR & gt; & Lt; Th & gt; Instrument: & lt; / Th & gt; & Lt; TD & gt; {{Data.instrumente}} & lt; / TD & gt; & Lt; / TR & gt;...
I have been trying to use Qt5 multimedia to record audio with QAudioInput, however, when I see If QAudioInput is started, it increases the master volume of my sound device to 100%. How can I prevent QAudioInput from changing the master volume? My current development platform is Linux with PalsAdio (with flat audio disabled). How can I use QAudioInput : QAudioDeviceInfo device_info = QAudioDeviceInfo :: defaultInputDevice (); QAudio format format; Format.setSampleRate (44100); Format.setChannelCount (1); Format.setSampleSize (16); Format.setCodec ("Audio / PCM"); Format.setSampleType (QAudioFormat :: SignedInt); Format.setByteOrder (QAudioFormat :: LittleEndian); Std :: cout & lt; & Lt; Device_info.deviceName (). ToUtf8 (). ConstData () & lt; & Lt; Std :: endl; QAudioInput * default_device = new QAudioInput (device_info, format); QIODevice * default_io_device = default_device-> Start (); a QAudioInput.setVolume () method is not you I ...
Comments
Post a Comment